index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
file.c
Age
Commit message (
Expand
)
Author
11 days
Ensure `struct rb_io` is passed through to `thread.c`. (#13134)
Samuel Williams
12 days
[wasm] Fallback to emulated realpath on wasi-libc realpath `ENOTSUP`
Yuta Saito
2025-04-01
GCC defines __linux__, not __LINUX__
Alan Wu
2025-03-13
[Feature #20971] Deprecate `rb_path_check`
Earlopain
2025-01-29
[DOC] Fix wrong call-seq format (#12662)
tomoya ishida
2025-01-02
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
Nobuyoshi Nakada
2024-10-10
[Bug #20631] Workaround for macOS 15.0 fork crash
Yuta Saito
2024-10-09
Fix spelling
John Bampton
2024-10-05
Introduce `rb_io_blocking_region` which takes `struct rb_io` argument. (#11795)
Samuel Williams
2024-09-30
Free a buffer allocated by realpath
Yusuke Endoh
2024-09-26
Extract `mutable_CFString_new`
Nobuyoshi Nakada
2024-09-26
Import patches for old macOS from MacPorts
Nobuyoshi Nakada
2024-09-12
Release GVL for get{pwnam,pwuid,grgid,grnam}_r calls in process.c
Jeremy Evans
2024-08-22
Check getlogin return value before passing to strcasecmp
Jeremy Evans
2024-07-18
Fix `utimesat` availability condition
Nobuyoshi Nakada
2024-07-14
Release GVL around system calls in dir.c
Jeremy Evans
2024-07-08
Doc fixes
BurdetteLamar
2024-03-05
[DOC] fix some comments
cui fliter
2024-03-02
Make `File#chown` unblocking
Nobuyoshi Nakada
2024-03-02
Make `File#chmod` unblocking
Nobuyoshi Nakada
2024-02-23
Remove unneeded RUBY_FUNC_EXPORTED
Peter Zhu
2024-02-20
[DOC] Fix links in doc (#9970)
Burdette Lamar
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-01
[DOC] Pretty tables for Kernel#test doc (#9751)
Burdette Lamar
2024-01-30
Fix memory leak in File.expand_path
Peter Zhu
2024-01-24
Define `IO_WITHOUT_GVL` macro
Nobuyoshi Nakada
2024-01-08
[DOC] Escape File in documentation
Peter Zhu
2023-12-25
Markdown table for #flock
BurdetteLamar
2023-12-24
[DOC] Fix markup in HTML
Nobuyoshi Nakada
2023-12-23
[DOC] Clean up doc for File#flock (#9332)
Burdette Lamar
2023-12-18
[DOC] Add links from `File::Constants` to `File` constants
Nobuyoshi Nakada
2023-12-06
[DOC] Fixed document position
Nobuyoshi Nakada
2023-11-22
Embed File::Stat objects
Jean Boussier
2023-11-17
Fix File.directory? doc hidding File::Stat#directory? doc
Dana Sherson
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-09-24
[DOC] Correction for doc guide + TOC fix in File (#8505)
Burdette Lamar
2023-08-31
[DOC] Link fix (#8340)
Burdette Lamar
2023-08-26
Introduce `at_char_boundary` function
Nobuyoshi Nakada
2023-08-12
[DOC] Don't suppress autolinks
BurdetteLamar
2023-07-24
[rubygems/rubygems] Bundler: Update bundle-outdated(1) man
Kentaro Takeyama
2023-07-23
[DOC] RDoc for File::Constants (#8103)
Burdette Lamar
2023-07-10
Use `File::NULL` instead of hard coded null device names
Nobuyoshi Nakada
2023-06-28
[DOC] Fixes for link fragments (#7981)
Burdette Lamar
2023-06-01
Hide the usage of `rb_io_t` where possible. (#7880)
Samuel Williams
2023-06-01
Revert "Hide most of the implementation of `struct rb_io`. (#6511)"
NARUSE, Yui
2023-05-30
Hide most of the implementation of `struct rb_io`. (#6511)
Samuel Williams
2023-03-22
Should not reach end of non-void function
Nobuyoshi Nakada
2023-03-20
Fix the macro for condition
Nobuyoshi Nakada
2023-02-27
Revert "reuse open(2) from rb_file_load_ok on POSIX-like system"
Takashi Kokubun
2023-02-26
reuse open(2) from rb_file_load_ok on POSIX-like system
Eric Wong
[next]