aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] More about line number (#6582)Burdette Lamar2022-10-191-3/+3
* [DOC] Remove unknown markup or macro [ci skip]Nobuyoshi Nakada2022-10-051-4/+3
* Remove an unused macro [ci skip]Nobuyoshi Nakada2022-10-031-4/+0
* [Bug #19034] No runtime check for `utimensat` if unavailableNobuyoshi Nakada2022-10-031-1/+3
* [DOC] RDoc changes for IO (#6458)Burdette Lamar2022-10-021-1/+1
* Initialize Objective-C classes before fork() for macOS 13Yuta Saito2022-09-261-0/+44
* New page IO Streams (#6383)Burdette Lamar2022-09-211-28/+596
* avoid ANYARGS卜部昌平2022-09-211-6/+4
* Using is_broken_string functionS-H-GAMELINKS2022-09-101-2/+2
* [Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada2022-09-081-4/+4
* [Win32] Remove dead code using `chsize`Nobuyoshi Nakada2022-09-081-40/+4
* Remove extra semicolons at the top level [ci skip]Nobuyoshi Nakada2022-09-051-3/+3
* Fixed by [Bug #18964]Nobuyoshi Nakada2022-08-191-3/+0
* rb_str_resize: Only clear coderange on truncationJean Boussier2022-08-181-0/+3
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-1068/+1068
* Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier2022-07-191-5/+5
* Remove no longer used label [ci skip]Nobuyoshi Nakada2022-06-291-3/+0
* Check availability of `utimensat` on macOSNobuyoshi Nakada2022-06-271-9/+42
* Using is_ascii_string to check encodingS-H-GAMELINKS2022-06-171-1/+1
* Fix missing paren [ci skip]Kazuhiro NISHIYAMA2022-05-061-2/+2
* File rdoc (#5888)Burdette Lamar2022-05-051-14/+29
* Enhanced RDoc for File (#5849)Burdette Lamar2022-04-261-35/+67
* [DOC] Use consistent terms [Bug #18680]Nobuyoshi Nakada2022-04-181-3/+3
* Return `false` where sticky-bit is not provided [Bug #18734]Nobuyoshi Nakada2022-04-151-1/+1
* Use an empty string when building File.expand_pathPeter Zhu2022-04-121-1/+1
* Fix formatting of What's Here for File (#5717)Burdette Lamar2022-03-251-93/+93
* [DOC] Replace with IO@ModesPeter Zhu2022-02-071-1/+1
* [DOC] Use RDoc link style for links in the same class/modulePeter Zhu2022-02-071-4/+4
* [DOC] Use RDoc link style for links to other classes/modulesPeter Zhu2022-02-071-2/+2
* [DOC] Fix links in documentation for File and IOPeter Zhu2022-02-071-1/+1
* File rdoc (#5438)Burdette Lamar2022-01-131-28/+59
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2021-12-281-18/+0
* Adjust styles [ci skip]Nobuyoshi Nakada2021-12-241-1/+2
* Improved exception usage/classes.Samuel Williams2021-12-211-10/+14
* size_t is not for file sizeNobuyoshi Nakada2021-11-101-2/+3
* IO::Buffer for scheduler interface.Samuel Williams2021-11-101-7/+14
* [DOC] Fix indent as single paragraph [ci skip]Nobuyoshi Nakada2021-11-051-1/+1
* rb_encoding is already constU.Nakamura2021-10-141-1/+1
* rb_group_member: SimplifyNobuyoshi Nakada2021-10-141-20/+4
* Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans2021-10-041-1/+27
* Get rid of unused function warning for `_WIN32`xtkoba2021-10-031-1/+1
* Associate the encoding to the found pathNobuyoshi Nakada2021-10-011-0/+4
* Refactor and Using RBOOL macroS.H2021-09-151-10/+5
* Replace RBOOL macroS-H-GAMELINKS2021-09-051-14/+14
* Add stat_time functionS-H-GAMELINKS2021-08-241-6/+9
* [DOC] Fix the rdoc for File::Stat#size? [ci skip]Akinori MUSHA2021-08-171-3/+5
* Using RBOOL macroS.H2021-08-021-2/+0
* Add RBOOL macro and use itS.H2021-07-291-12/+8
* What's Here for Numeric and ComparableBurdette Lamar2021-06-211-4/+5
* What's Here for class File (#4460)Burdette Lamar2021-05-071-0/+132