summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2023-02-03Enable write barriers on File::StatJean Boussier
2023-01-30* expand tabs. [ci skip]git
2023-01-30file.c: add some endif labels where appropriateEric Wong
2022-12-09[DOC] Fix false link to ::DataAlan Wu
2022-12-08Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams
2022-11-20Fix typos (#6775)Yudai Takada
2022-11-17Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams
2022-11-17Windows: 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-03Remove an unused macro [ci skip]Nobuyoshi Nakada
2022-10-03[Bug #19034] No runtime check for `utimensat` if unavailableNobuyoshi Nakada
2022-10-02[DOC] RDoc changes for IO (#6458)Burdette Lamar
2022-09-26Initialize Objective-C classes before fork() for macOS 13Yuta Saito
2022-09-21New page IO Streams (#6383)Burdette Lamar
2022-09-21avoid ANYARGS卜部昌平
2022-09-10Using is_broken_string functionS-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-05Remove extra semicolons at the top level [ci skip]Nobuyoshi Nakada
2022-08-19Fixed by [Bug #18964]Nobuyoshi Nakada
2022-08-18rb_str_resize: Only clear coderange on truncationJean Boussier
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-19Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier
2022-06-29Remove no longer used label [ci skip]Nobuyoshi Nakada
2022-06-27Check availability of `utimensat` on macOSNobuyoshi Nakada
2022-06-17Using is_ascii_string to check encodingS-H-GAMELINKS
2022-05-06Fix missing paren [ci skip]Kazuhiro NISHIYAMA
2022-05-05File rdoc (#5888)Burdette Lamar
2022-04-26Enhanced RDoc for File (#5849)Burdette Lamar
2022-04-18[DOC] Use consistent terms [Bug #18680]Nobuyoshi Nakada
2022-04-15Return `false` where sticky-bit is not provided [Bug #18734]Nobuyoshi Nakada
2022-04-12Use an empty string when building File.expand_pathPeter Zhu
2022-03-25Fix formatting of What's Here for File (#5717)Burdette Lamar
2022-02-07[DOC] Replace with IO@ModesPeter Zhu
2022-02-07[DOC] Use RDoc link style for links in the same class/modulePeter Zhu
2022-02-07[DOC] Use RDoc link style for links to other classes/modulesPeter Zhu
2022-02-07[DOC] Fix links in documentation for File and IOPeter Zhu
2022-01-13File rdoc (#5438)Burdette Lamar
2021-12-28Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
2021-12-24Adjust styles [ci skip]Nobuyoshi Nakada
2021-12-21Improved exception usage/classes.Samuel Williams
2021-11-10size_t is not for file sizeNobuyoshi Nakada
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
2021-11-05[DOC] Fix indent as single paragraph [ci skip]Nobuyoshi Nakada
2021-10-14rb_encoding is already constU.Nakamura
2021-10-14rb_group_member: SimplifyNobuyoshi Nakada
2021-10-04Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans
2021-10-03Get rid of unused function warning for `_WIN32`xtkoba