1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
ngoto 1377f38c9b * lib/fileutils.rb (rmdir): rescue Errno::EEXIST in addition to
ENOTEMPTY (and ENOENT), because SUSv3 describes that "If the
  directory is not an empty directory, rmdir() shall fail and set
  errno to [EEXIST] or [ENOTEMPTY]" and Solaris uses EEXIST.
  [Bug #9571] [ruby-dev:48017]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-04-25 14:28:56 +00:00
..
cgi cgi/util.rb: use alias 2014-03-21 21:46:17 +00:00
drb
irb
matrix
minitest
net * lib/net/ftp.rb (Net::FTP#login): [DOC] The default password for 2014-04-10 14:46:37 +00:00
optparse
racc
rake
rbconfig
rdoc
rexml
rinda
rss
rubygems
shell
test fix to rescue when test-all runs without installation 2014-04-23 04:31:56 +00:00
uri
webrick * lib/webrick/utils.rb: Don't rescue LoadError for 'etc' extension. 2014-04-25 10:17:15 +00:00
xmlrpc * lib/xmlrpc/client.rb (do_rpc): don't check body length. 2014-04-06 22:26:55 +00:00
yaml
abbrev.rb
base64.rb
benchmark.rb
cgi.rb
cmath.rb
complex.rb
csv.rb * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip] 2014-04-03 05:59:14 +00:00
debug.rb
delegate.rb
drb.rb
e2mmap.rb
English.rb
erb.rb
fileutils.rb * lib/fileutils.rb (rmdir): rescue Errno::EEXIST in addition to 2014-04-25 14:28:56 +00:00
find.rb * lib/find.rb (Find#find): should pass ignore_error option to enumerators. 2014-03-03 15:28:58 +00:00
forwardable.rb
getoptlong.rb
gserver.rb * lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip] 2014-03-15 20:52:48 +00:00
ipaddr.rb
irb.rb
logger.rb
mathn.rb
matrix.rb * lib/matrix.rb: Add Matrix#cofactor [fix GH-568] 2014-04-06 17:46:16 +00:00
mkmf.rb mkmf.rb: workaround for tmpdir 2014-04-25 07:11:03 +00:00
monitor.rb
mutex_m.rb
observer.rb
open-uri.rb
open3.rb * lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writing 2014-03-01 10:56:39 +00:00
optparse.rb
ostruct.rb
pp.rb
prettyprint.rb
prime.rb
profile.rb
profiler.rb
pstore.rb
rake.rb
rational.rb
rdoc.rb
resolv-replace.rb
resolv.rb
rss.rb
rubygems.rb lib/rubygem.rb: Weirich 2014-03-25 23:29:44 +00:00
scanf.rb
securerandom.rb
set.rb
shell.rb
shellwords.rb
singleton.rb
sync.rb
tempfile.rb
thwait.rb
time.rb * lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521] 2014-03-16 12:34:34 +00:00
timeout.rb
tmpdir.rb * lib/tmpdir.rb: Don't need to rescue LoadError for etc.so. 2014-04-24 11:53:31 +00:00
tracer.rb
tsort.rb
ubygems.rb
un.rb
uri.rb
weakref.rb
webrick.rb
xmlrpc.rb
yaml.rb