summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2023-01-01Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans
2022-12-23Docs: path: option for IO.newzverok
2022-12-22[DOC] IO#read doesn't always read in binary modeAlan Wu
2022-12-08Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams
2022-12-02io.c (read_all): grow the buffer exponentially when size is unknownJean Boussier
2022-12-02Introduce encoding check macroS-H-GAMELINKS
2022-12-02Introduce argf_encoding functionS-H-GAMELINKS
2022-12-02Reuse NIL_OR_UNDEF_P macroS-H-GAMELINKS
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-11-09[DOC] Enhanced RDoc for IO (#6669)Burdette Lamar
2022-10-29[DOC] Enhanced RDOc for IO (#6642)Burdette Lamar
2022-10-15Update `Fiber::Scheduler` documentation. (#6562)Samuel Williams
2022-10-15Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...Samuel Williams
2022-10-15Copy `IO#timeout` on `IO#dup`. (#6546)Samuel Williams
2022-10-11Ignore failure to set nonblock mode. (#6524)Samuel Williams
2022-10-08Try `nil` as default for 'default timeout'. (#6509)Samuel Williams
2022-10-07Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams
2022-10-06[DOC] Integrate io_streams.rdoc into io.c (#6491)Burdette Lamar
2022-10-02[DOC] RDoc changes for IO (#6458)Burdette Lamar
2022-09-16[ci skip] Fix typos in documentation in io.cPeter Zhu
2022-09-11[Win32] Negative length `IO#sysread`Jeremy Bopp
2022-09-08[Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada
2022-08-25Raise ArgumentError for IO.foreach with limit of 0Jeremy Evans
2022-08-05[DOC] Mention Windows text mode EOF marker interpretationAlan Wu
2022-08-05[DOC] Clarify that `IO.read` uses text modeAlan Wu
2022-07-28[DOC] Cross references for `ARGF`Nobuyoshi Nakada
2022-07-27Fix documentation for ARGF.inplace_mode{,=}Jeremy Evans
2022-07-27Adjust styles [ci skip]Nobuyoshi Nakada
2022-07-23[DOC] IO#eofKaĆ­que Kandy Koga
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-21Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-15[DOC] Fix documentation for ARGF#readlinesPeter Zhu
2022-07-14[DOC] Fix typo in documentation for IO#readlinesPeter Zhu
2022-07-07[Bug #18892] Reset `ARGF.lineno` after reading shebangNobuyoshi Nakada
2022-07-06[Bug #18898] Fallback invalid external encoding to the defaultNobuyoshi Nakada
2022-06-25Copy `IO#wait*` methods from `io-wait` gem to `io.c`.Samuel Williams
2022-06-20Allow to just warn as bool expected, without an exceptionNobuyoshi Nakada
2022-06-17Using is_ascii_string to check encodingS-H-GAMELINKS
2022-06-13Handle case where write result is zero.Samuel Williams
2022-06-09Stop ignoring 4th positional argument to IO.#{foreach,readlines}Jeremy Evans
2022-05-28Make `Kernel#p` completely uninterruptible.Samuel Williams
2022-05-28Tidy up usage of write_lock.Samuel Williams
2022-05-28Improve handling of zero length writes.Samuel Williams
2022-05-28Improve consistency of `io_binwritev_internal` implementaiton.Samuel Williams
2022-05-28Improve error handling in `finish_writeconv`.Samuel Williams
2022-05-28Better handling of `error`.Samuel Williams
2022-05-28Always allocate write_lockmachty
2022-05-28Make `io_binwritev` atomic.Samuel Williams