aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Fixed document positionNobuyoshi Nakada2023-12-061-11/+11
* Embed File::Stat objectsJean Boussier2023-11-221-40/+35
* Fix File.directory? doc hidding File::Stat#directory? docDana Sherson2023-11-171-2/+0
* [DOC] Missing comment markersNobuyoshi Nakada2023-09-271-1/+1
* [DOC] Correction for doc guide + TOC fix in File (#8505)Burdette Lamar2023-09-241-1/+1
* [DOC] Link fix (#8340)Burdette Lamar2023-08-311-1/+1
* Introduce `at_char_boundary` functionNobuyoshi Nakada2023-08-261-1/+1
* [DOC] Don't suppress autolinksBurdetteLamar2023-08-121-11/+11
* [rubygems/rubygems] Bundler: Update bundle-outdated(1) manKentaro Takeyama2023-07-241-1/+1
* [DOC] RDoc for File::Constants (#8103)Burdette Lamar2023-07-231-31/+311
* Use `File::NULL` instead of hard coded null device namesNobuyoshi Nakada2023-07-101-2/+2
* [DOC] Fixes for link fragments (#7981)Burdette Lamar2023-06-281-2/+1
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-1/+0
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-0/+1
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-1/+0
* Should not reach end of non-void functionNobuyoshi Nakada2023-03-221-6/+2
* Fix the macro for conditionNobuyoshi Nakada2023-03-201-1/+1
* Revert "reuse open(2) from rb_file_load_ok on POSIX-like system"Takashi Kokubun2023-02-271-31/+7
* reuse open(2) from rb_file_load_ok on POSIX-like systemEric Wong2023-02-261-7/+31
* file.c: rb_file_load_ok: GC+retry on EMFILE/ENFILE/ENOMEMEric Wong2023-02-151-1/+5
* Enable write barriers on File::StatJean Boussier2023-02-031-1/+1
* * expand tabs. [ci skip]git2023-01-301-1/+1
* file.c: add some endif labels where appropriateEric Wong2023-01-301-58/+60
* [DOC] Fix false link to ::DataAlan Wu2022-12-091-1/+1
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-081-37/+0
* Fix typos (#6775)Yudai Takada2022-11-201-1/+1
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-171-1/+2
* Windows: Readlink improvements (#6745)Lars Kanis2022-11-171-2/+2
* [DOC] Enhanced RDoc for IO (#6669)Burdette Lamar2022-11-091-1/+1
* [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