<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/fcntl/fcntl.c, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/fcntl] Bump up to v1.3.0</title>
<updated>2025-09-10T05:37:21+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-09-10T05:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6c9a0173332121f15fa0c654b1a728a5be4a31aa'/>
<id>6c9a0173332121f15fa0c654b1a728a5be4a31aa</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/13d8aa4785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/13d8aa4785
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] Add macOS specific flags around file preallocation</title>
<updated>2025-09-10T04:42:18+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>tenderlove@ruby-lang.org</email>
</author>
<published>2025-09-09T22:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=37884c4a68cfdc1aafb83aeb102c7cabc20ee27e'/>
<id>37884c4a68cfdc1aafb83aeb102c7cabc20ee27e</id>
<content type='text'>
I wanted to use file preallocation with fcntl, but the flags weren't
available.  This commit just adds the missing flags.

https://github.com/ruby/fcntl/commit/7d4ab83a84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wanted to use file preallocation with fcntl, but the flags weren't
available.  This commit just adds the missing flags.

https://github.com/ruby/fcntl/commit/7d4ab83a84
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] Bump up v1.2.0</title>
<updated>2024-11-07T03:52:11+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-07T03:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4e5ea9f056e4c77e3720d412bb95d9ec4e7da6ed'/>
<id>4e5ea9f056e4c77e3720d412bb95d9ec4e7da6ed</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/3292a8a862
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/3292a8a862
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] [DOC] Add missing documents</title>
<updated>2024-03-14T03:49:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-03-14T03:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4ae67b1ab5e63280bfb7ae7cc80250a6c1495801'/>
<id>4ae67b1ab5e63280bfb7ae7cc80250a6c1495801</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/a201ed6682
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/a201ed6682
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] Reduce duplicate `O_ACCMODE` definitions</title>
<updated>2024-03-14T03:49:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-03-14T03:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5fe1853e9b483c4ad4d55063727299b9659c137b'/>
<id>5fe1853e9b483c4ad4d55063727299b9659c137b</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/6a6442a7f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/6a6442a7f8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] [DOC] Remove redundant directives</title>
<updated>2024-03-14T03:49:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-03-14T03:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d49b41566b5fea30e954d1661855ba702206ac56'/>
<id>d49b41566b5fea30e954d1661855ba702206ac56</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/a99909a90f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/a99909a90f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] Bump up 1.1.0</title>
<updated>2023-11-07T06:55:45+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-11-07T06:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d63c29ceca1652e6c73b282a48a42daa23c28ec7'/>
<id>d63c29ceca1652e6c73b282a48a42daa23c28ec7</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/fe780abe07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/fe780abe07
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] Expose Fcntl::VERSION</title>
<updated>2023-04-21T04:21:05+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-04-21T04:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9702a8142b8a4e97cde983300849590bfe73b8b1'/>
<id>9702a8142b8a4e97cde983300849590bfe73b8b1</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/cb8e414e9f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/cb8e414e9f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] adding few FreeBSD specific flags.</title>
<updated>2022-01-15T09:56:15+00:00</updated>
<author>
<name>David CARLIER</name>
<email>devnexen@gmail.com</email>
</author>
<published>2022-01-15T05:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=670f3e6cd7b6ea03810af3606139021471019017'/>
<id>670f3e6cd7b6ea03810af3606139021471019017</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/03d9a7937d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/03d9a7937d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/fcntl] add F_GETPIPE_SZ and F_SETPIPE_SZ</title>
<updated>2020-06-09T12:13:34+00:00</updated>
<author>
<name>pavel</name>
<email>pavel.rosicky@easy.cz</email>
</author>
<published>2020-02-17T17:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31419f46fcfa754428ba7526ee7c300c8a28670a'/>
<id>31419f46fcfa754428ba7526ee7c300c8a28670a</id>
<content type='text'>
https://github.com/ruby/fcntl/commit/39e0faedc5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/fcntl/commit/39e0faedc5
</pre>
</div>
</content>
</entry>
</feed>
