index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file.c
Age
Commit message (
Expand
)
Author
2022-12-09
[DOC] Fix false link to ::Data
Alan Wu
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-11-20
Fix typos (#6775)
Yudai Takada
2022-11-17
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2022-11-17
Windows: Readlink improvements (#6745)
Lars Kanis
2022-11-09
[DOC] Enhanced RDoc for IO (#6669)
Burdette Lamar
2022-10-19
[DOC] More about line number (#6582)
Burdette Lamar
2022-10-05
[DOC] Remove unknown markup or macro [ci skip]
Nobuyoshi Nakada
2022-10-03
Remove an unused macro [ci skip]
Nobuyoshi Nakada
2022-10-03
[Bug #19034] No runtime check for `utimensat` if unavailable
Nobuyoshi Nakada
2022-10-02
[DOC] RDoc changes for IO (#6458)
Burdette Lamar
2022-09-26
Initialize Objective-C classes before fork() for macOS 13
Yuta Saito
2022-09-21
New page IO Streams (#6383)
Burdette Lamar
2022-09-21
avoid ANYARGS
卜部昌平
2022-09-10
Using is_broken_string function
S-H-GAMELINKS
2022-09-08
[Bug #5317] Use `rb_off_t` instead of `off_t`
Nobuyoshi Nakada
2022-09-08
[Win32] Remove dead code using `chsize`
Nobuyoshi Nakada
2022-09-05
Remove extra semicolons at the top level [ci skip]
Nobuyoshi Nakada
2022-08-19
Fixed by [Bug #18964]
Nobuyoshi Nakada
2022-08-18
rb_str_resize: Only clear coderange on truncation
Jean Boussier
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-19
Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BIT
Jean Boussier
2022-06-29
Remove no longer used label [ci skip]
Nobuyoshi Nakada
2022-06-27
Check availability of `utimensat` on macOS
Nobuyoshi Nakada
2022-06-17
Using is_ascii_string to check encoding
S-H-GAMELINKS
2022-05-06
Fix missing paren [ci skip]
Kazuhiro NISHIYAMA
2022-05-05
File rdoc (#5888)
Burdette Lamar
2022-04-26
Enhanced RDoc for File (#5849)
Burdette Lamar
2022-04-18
[DOC] Use consistent terms [Bug #18680]
Nobuyoshi Nakada
2022-04-15
Return `false` where sticky-bit is not provided [Bug #18734]
Nobuyoshi Nakada
2022-04-12
Use an empty string when building File.expand_path
Peter Zhu
2022-03-25
Fix formatting of What's Here for File (#5717)
Burdette Lamar
2022-02-07
[DOC] Replace with IO@Modes
Peter Zhu
2022-02-07
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-07
[DOC] Fix links in documentation for File and IO
Peter Zhu
2022-01-13
File rdoc (#5438)
Burdette Lamar
2021-12-28
Removed deprecated Dir.exists? and File.exists?
Nobuyoshi Nakada
2021-12-24
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-12-21
Improved exception usage/classes.
Samuel Williams
2021-11-10
size_t is not for file size
Nobuyoshi Nakada
2021-11-10
IO::Buffer for scheduler interface.
Samuel Williams
2021-11-05
[DOC] Fix indent as single paragraph [ci skip]
Nobuyoshi Nakada
2021-10-14
rb_encoding is already const
U.Nakamura
2021-10-14
rb_group_member: Simplify
Nobuyoshi Nakada
2021-10-04
Fix regression on Solaris after change to use realpath on loaded features
Jeremy Evans
2021-10-03
Get rid of unused function warning for `_WIN32`
xtkoba
2021-10-01
Associate the encoding to the found path
Nobuyoshi Nakada
2021-09-15
Refactor and Using RBOOL macro
S.H
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
[next]