Skip to content

Add "x" mode option for IO.open#6081

Merged
matz merged 2 commits into
mruby:masterfrom
dearblue:open-x
Oct 17, 2023
Merged

Add "x" mode option for IO.open#6081
matz merged 2 commits into
mruby:masterfrom
dearblue:open-x

Conversation

@dearblue

Copy link
Copy Markdown
Contributor

From CRuby 2.6 feature.

This is the "x" mode (O_EXCL; exclusive create) of fopen(3) introduced in C11.

ref. https://bugs.ruby-lang.org/issues/11258

From CRuby 2.6 feature.

This is the "x" mode (`O_EXCL`; exclusive create) of `fopen(3)` introduced in C11.

ref. https://bugs.ruby-lang.org/issues/11258
@dearblue
dearblue requested a review from matz as a code owner October 15, 2023 07:48
@matz
matz merged commit 9553284 into mruby:master Oct 17, 2023
@dearblue
dearblue deleted the open-x branch December 1, 2023 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants