<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/fileutils.rb, branch ruby_1_9_2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>* lib/fileutils.rb (FileUtils::Entry_#entries): use utility method</title>
<updated>2011-12-28T02:22:52+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2011-12-28T02:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31b097cad21623feecdaf87c529a3923c0115900'/>
<id>31b097cad21623feecdaf87c529a3923c0115900</id>
<content type='text'>
  instead of typoed regexp.  [ruby-core:41829] [Bug #5817]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  instead of typoed regexp.  [ruby-core:41829] [Bug #5817]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@34146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r30786, r30787 and r30797 from trunk into ruby_1_9_2.</title>
<updated>2011-05-01T09:37:17+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2011-05-01T09:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=91799a2fd95ac0e393d950104c5476b4cef616f7'/>
<id>91799a2fd95ac0e393d950104c5476b4cef616f7</id>
<content type='text'>
--
* test/fileutils/fileasserts.rb: add message arguments.
--
* lib/fileutils.rb (FileUtils::LowMethods): make low level methods
  in NoWrite and DryRun to do nothing.  [ruby-dev:43129]
--
* test/fileutils/fileasserts.rb (assert_block): pass arguments
  as-is.  [ruby-dev:43174]
--
* test/fileutils/fileasserts.rb (assert_block): little workaround
  for [ruby-dev:43174].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* test/fileutils/fileasserts.rb: add message arguments.
--
* lib/fileutils.rb (FileUtils::LowMethods): make low level methods
  in NoWrite and DryRun to do nothing.  [ruby-dev:43129]
--
* test/fileutils/fileasserts.rb (assert_block): pass arguments
  as-is.  [ruby-dev:43174]
--
* test/fileutils/fileasserts.rb (assert_block): little workaround
  for [ruby-dev:43174].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r30896 from trunk into ruby_1_9_2.</title>
<updated>2011-02-18T12:02:52+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2011-02-18T12:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b593b831d3caee7620ce028a0171cc0c7280d861'/>
<id>b593b831d3caee7620ce028a0171cc0c7280d861</id>
<content type='text'>
--
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
  race condition in the case where the given path is a directory,
  and some other user can move that directory, and create a
  symlink while this method is executing.
  Reported by: Nicholas Jefferson &lt;nicholas at pythonic.com.au&gt;

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/fileutils.rb (FileUtils::remove_entry_secure): there is a
  race condition in the case where the given path is a directory,
  and some other user can move that directory, and create a
  symlink while this method is executing.
  Reported by: Nicholas Jefferson &lt;nicholas at pythonic.com.au&gt;

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r28685 from trunk into ruby_1_9_2.</title>
<updated>2010-07-24T10:38:16+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-07-24T10:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d1a5bcd83f408abc13e32047f2f19f758e9b8bbb'/>
<id>d1a5bcd83f408abc13e32047f2f19f758e9b8bbb</id>
<content type='text'>
--
* lib/fileutils.rb (FileUtils::Entry_#copy): check file name
  spearator boundary.  [ruby-core:31360]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/fileutils.rb (FileUtils::Entry_#copy): check file name
  spearator boundary.  [ruby-core:31360]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk (28382)</title>
<updated>2010-06-22T06:07:46+00:00</updated>
<author>
<name>marcandre</name>
<email>marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-06-22T06:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=137e060b864a3a6384ac7a10dc793a695b5d51f7'/>
<id>137e060b864a3a6384ac7a10dc793a695b5d51f7</id>
<content type='text'>
* lib/fileutils.rb: Fix warning

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/fileutils.rb: Fix warning

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk (r27856, r27857)</title>
<updated>2010-05-17T02:10:42+00:00</updated>
<author>
<name>usa</name>
<email>usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-05-17T02:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=777f21290a9a909471e2a30daf6878d1f75ebe9e'/>
<id>777f21290a9a909471e2a30daf6878d1f75ebe9e</id>
<content type='text'>
* lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname in
  UTF-8 on Windows to allow FileUtils accessing all pathnames
  internally.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname in
  UTF-8 on Windows to allow FileUtils accessing all pathnames
  internally.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@27858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>	* lib/fileutils.rb (FileUtils::cp_r): dup needed here; options are</title>
<updated>2010-04-19T10:46:48+00:00</updated>
<author>
<name>shyouhei</name>
<email>shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-04-19T10:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=50fa45fb8933d752fbda5394d59a5cb63e810ae1'/>
<id>50fa45fb8933d752fbda5394d59a5cb63e810ae1</id>
<content type='text'>
	  destroyed otherwise.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	  destroyed otherwise.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/fileutils.rb (fu_each_src_dest): ensure src is accessible.</title>
<updated>2010-04-12T00:19:52+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-04-12T00:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3a2f5d9cf7f2aa1ef06036e70cbf5c0203a69e57'/>
<id>3a2f5d9cf7f2aa1ef06036e70cbf5c0203a69e57</id>
<content type='text'>
* lib/fileutils.rb (fu_same): use File.identical? to get rid of
  exceptions.  [ruby-core:28141]

* lib/fileutils.rb (fu_have_st_ino): no longer used.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/fileutils.rb (fu_same): use File.identical? to get rid of
  exceptions.  [ruby-core:28141]

* lib/fileutils.rb (fu_have_st_ino): no longer used.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/fileutils.rb (fu_have_st_ino): check if required method is</title>
<updated>2010-04-12T00:18:55+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-04-12T00:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a3dde7df529dc459cbe4f42df2a836652b3469be'/>
<id>a3dde7df529dc459cbe4f42df2a836652b3469be</id>
<content type='text'>
  defined, instead of platform name.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  defined, instead of platform name.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not</title>
<updated>2009-10-22T08:51:40+00:00</updated>
<author>
<name>knu</name>
<email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-10-22T08:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=da54a4589af5cbe9a53f8baf3f9474c91e673b4c'/>
<id>da54a4589af5cbe9a53f8baf3f9474c91e673b4c</id>
<content type='text'>
  convert an integer back and forth.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  convert an integer back and forth.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
