<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/file.c, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) 7a05dbc47831a655a1ef8a1635f88292acd325da: [Backport #21561]</title>
<updated>2025-10-05T00:16:20+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2025-10-05T00:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1811211d6dea45783c855a9a7b692124e7479292'/>
<id>1811211d6dea45783c855a9a7b692124e7479292</id>
<content type='text'>
	Message not found for revision: 7a05dbc47831a655a1ef8a1635f88292acd325da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Message not found for revision: 7a05dbc47831a655a1ef8a1635f88292acd325da
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix markup in HTML</title>
<updated>2023-12-24T04:59:34+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-24T04:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0fef890b4fbe64a319247fee9d2cb13f45b76844'/>
<id>0fef890b4fbe64a319247fee9d2cb13f45b76844</id>
<content type='text'>
Inside HTML is not markdown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inside HTML is not markdown.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Clean up doc for File#flock (#9332)</title>
<updated>2023-12-23T21:08:26+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2023-12-23T21:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=688a1314e60b0e58d5325f50c02552e3018c5025'/>
<id>688a1314e60b0e58d5325f50c02552e3018c5025</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Add links from `File::Constants` to `File` constants</title>
<updated>2023-12-18T11:17:44+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-18T10:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9b00b2bfb290f90c572bd3d969dd1f3758ed6eea'/>
<id>9b00b2bfb290f90c572bd3d969dd1f3758ed6eea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fixed document position</title>
<updated>2023-12-06T10:56:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-06T10:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ca8733daaf7be388fb492e7feddfd569856686a2'/>
<id>ca8733daaf7be388fb492e7feddfd569856686a2</id>
<content type='text'>
Method documentation must be placed immediately before each
implementation, without any other functions or preprocessor
directives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Method documentation must be placed immediately before each
implementation, without any other functions or preprocessor
directives.
</pre>
</div>
</content>
</entry>
<entry>
<title>Embed File::Stat objects</title>
<updated>2023-11-22T13:52:32+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>byroot@ruby-lang.org</email>
</author>
<published>2023-11-22T12:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4f031a745d528e0a8a626c340787c7c3ab9ea143'/>
<id>4f031a745d528e0a8a626c340787c7c3ab9ea143</id>
<content type='text'>
They are very short lived and fit in a 160B slot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are very short lived and fit in a 160B slot.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix File.directory? doc hidding File::Stat#directory? doc</title>
<updated>2023-11-17T21:41:30+00:00</updated>
<author>
<name>Dana Sherson</name>
<email>robot@dana.sh</email>
</author>
<published>2023-11-17T21:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ef72970a046270cc4b1d4ed029128876a9cbab88'/>
<id>ef72970a046270cc4b1d4ed029128876a9cbab88</id>
<content type='text'>
Now the documentation that was already in the codebase for
`File::Stat#directory?` shows up.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the documentation that was already in the codebase for
`File::Stat#directory?` shows up.</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Missing comment markers</title>
<updated>2023-09-27T07:18:05+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-09-27T07:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=50520cc1930331bccdb94730e17ddc01798f2be0'/>
<id>50520cc1930331bccdb94730e17ddc01798f2be0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Correction for doc guide + TOC fix in File (#8505)</title>
<updated>2023-09-24T21:57:21+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2023-09-24T21:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=36cd2b2a52dec47f9cf166a730026ada21fbd828'/>
<id>36cd2b2a52dec47f9cf166a730026ada21fbd828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Link fix (#8340)</title>
<updated>2023-08-31T14:27:10+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2023-08-31T14:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b8e782c1b5d0c13c97160d1bae5bdc95c0fca1f8'/>
<id>b8e782c1b5d0c13c97160d1bae5bdc95c0fca1f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
