Tomoyuki Sahara
|
8cee36b1b5
|
Catch Errno::ENFILE too.
When system file descriptor table is full, errno is set to
ENFILE instead of EMFILE. They are similar but different.
|
2013-12-13 15:49:32 +09:00 |
|
Tomoyuki Sahara
|
87d878292d
|
Try GC when Too many open files (revert a part of 1e8097a).
|
2013-11-16 16:04:31 +09:00 |
|
Tomoyuki Sahara
|
1e8097a4b8
|
IO.sysopen raises an exception when open(2) fails. closes #6.
|
2013-11-16 05:14:07 +09:00 |
|
Tomoyuki Sahara
|
47a610e688
|
use array parameter on IO.open.
|
2013-08-30 19:09:36 +09:00 |
|
Tomoyuki Sahara
|
713aa48cf9
|
STDERR's file descriptor is 2.
closes #1
|
2013-08-30 17:04:40 +09:00 |
|
Tomoyuki Sahara
|
9dc875f246
|
add cmd (command output expression).
|
2013-08-23 16:00:08 +09:00 |
|
Akira Yumiyama
|
1272df7cb6
|
fix IO#eof? method (consider the read buffer)
|
2013-06-02 13:24:34 +09:00 |
|
Akira Yumiyama
|
df529a83d6
|
add $stdin $stdout $stderr STDIN STDOUT STDERR
|
2013-05-08 20:22:29 +09:00 |
|
Akira Yumiyama
|
7a94d02e8d
|
add IO#print
|
2013-05-08 20:22:14 +09:00 |
|
Akira Yumiyama
|
da557fbc82
|
add File.expand_path
|
2013-04-07 01:55:18 +09:00 |
|
Akira Yumiyama
|
cc40f93ac8
|
Kernel#open block support
|
2013-04-02 15:51:36 +09:00 |
|
Akira Yumiyama
|
911003987b
|
add Kernel#open
|
2013-04-02 15:32:01 +09:00 |
|
Akira Yumiyama
|
e8ca5e5169
|
initial commit
|
2013-04-01 09:12:01 +09:00 |
|