index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug #19624] Hide internal IO for backquote
Nobuyoshi Nakada
2023-05-01
1
-0
/
+1
*
[DOC] Fix typos
Nobuyoshi Nakada
2023-04-13
1
-3
/
+3
*
[Bug #19584] Register global variables before assignment
Nobuyoshi Nakada
2023-04-07
1
-4
/
+3
*
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-06
1
-1
/
+1
*
Support `IO#pread` / `IO#pwrite` using fiber scheduler. (#7594)
Samuel Williams
2023-03-31
1
-10
/
+32
*
Raise ArgumentError if IO.read is provided negative offset
Jeremy Evans
2023-03-24
1
-0
/
+4
*
[DOC] Clarify IO#autoclose impact on #close
Lars Kanis
2023-03-01
1
-6
/
+6
*
Fix spelling (#7405)
John Bampton
2023-02-28
1
-1
/
+1
*
Adjust `else` style to be consistent in each files [ci skip]
Nobuyoshi Nakada
2023-02-26
1
-4
/
+8
*
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-19
1
-13
/
+0
*
[DOC] Document IO::Timeout
zverok
2023-02-19
1
-1
/
+5
*
Make IO#set_encoding with binary external encoding use nil internal encoding
Jeremy Evans
2023-01-01
1
-2
/
+13
*
Docs: path: option for IO.new
zverok
2022-12-23
1
-0
/
+2
*
[DOC] IO#read doesn't always read in binary mode
Alan Wu
2022-12-22
1
-5
/
+3
*
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-12-08
1
-2
/
+41
*
io.c (read_all): grow the buffer exponentially when size is unknown
Jean Boussier
2022-12-02
1
-2
/
+16
*
Introduce encoding check macro
S-H-GAMELINKS
2022-12-02
1
-2
/
+2
*
Introduce argf_encoding function
S-H-GAMELINKS
2022-12-02
1
-8
/
+13
*
Reuse NIL_OR_UNDEF_P macro
S-H-GAMELINKS
2022-12-02
1
-1
/
+1
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-19
/
+19
*
[DOC] Enhanced RDoc for IO (#6669)
Burdette Lamar
2022-11-09
1
-112
/
+436
*
[DOC] Enhanced RDOc for IO (#6642)
Burdette Lamar
2022-10-29
1
-25
/
+84
*
Update `Fiber::Scheduler` documentation. (#6562)
Samuel Williams
2022-10-15
1
-3
/
+1
*
Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...
Samuel Williams
2022-10-15
1
-0
/
+9
*
Copy `IO#timeout` on `IO#dup`. (#6546)
Samuel Williams
2022-10-15
1
-0
/
+1
*
Ignore failure to set nonblock mode. (#6524)
Samuel Williams
2022-10-11
1
-2
/
+2
*
Try `nil` as default for 'default timeout'. (#6509)
Samuel Williams
2022-10-08
1
-9
/
+14
*
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-10-07
1
-71
/
+265
*
[DOC] Integrate io_streams.rdoc into io.c (#6491)
Burdette Lamar
2022-10-06
1
-14
/
+33
*
[DOC] RDoc changes for IO (#6458)
Burdette Lamar
2022-10-02
1
-363
/
+66
*
[ci skip] Fix typos in documentation in io.c
Peter Zhu
2022-09-16
1
-2
/
+2
*
[Win32] Negative length `IO#sysread`
Jeremy Bopp
2022-09-11
1
-1
/
+2
*
[Bug #5317] Use `rb_off_t` instead of `off_t`
Nobuyoshi Nakada
2022-09-08
1
-82
/
+74
*
Raise ArgumentError for IO.foreach with limit of 0
Jeremy Evans
2022-08-25
1
-0
/
+2
*
[DOC] Mention Windows text mode EOF marker interpretation
Alan Wu
2022-08-05
1
-2
/
+4
*
[DOC] Clarify that `IO.read` uses text mode
Alan Wu
2022-08-05
1
-1
/
+5
*
[DOC] Cross references for `ARGF`
Nobuyoshi Nakada
2022-07-28
1
-61
/
+61
*
Fix documentation for ARGF.inplace_mode{,=}
Jeremy Evans
2022-07-27
1
-7
/
+8
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-2
/
+4
*
[DOC] IO#eof
KaĆque Kandy Koga
2022-07-23
1
-1
/
+1
*
Do not chomp trailing line separator IO#each with nil separator and chomp
Jeremy Evans
2022-07-21
1
-1
/
+0
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-1813
/
+1813
*
Revert "Do not chomp trailing line separator IO#each with nil separator and c...
Jeremy Evans
2022-07-21
1
-0
/
+1
*
Do not chomp trailing line separator IO#each with nil separator and chomp
Jeremy Evans
2022-07-21
1
-1
/
+0
*
[DOC] Fix documentation for ARGF#readlines
Peter Zhu
2022-07-15
1
-4
/
+4
*
[DOC] Fix typo in documentation for IO#readlines
Peter Zhu
2022-07-14
1
-1
/
+1
*
[Bug #18892] Reset `ARGF.lineno` after reading shebang
Nobuyoshi Nakada
2022-07-07
1
-0
/
+6
*
[Bug #18898] Fallback invalid external encoding to the default
Nobuyoshi Nakada
2022-07-06
1
-1
/
+3
*
Copy `IO#wait*` methods from `io-wait` gem to `io.c`.
Samuel Williams
2022-06-25
1
-0
/
+217
*
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-20
1
-2
/
+2
[next]