index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrblib
Age
Commit message (
Expand
)
Author
2014-12-26
rewrite IO.for_fd.
Tomoyuki Sahara
2014-12-18
FIX: IO#read create a large number of objects.
TOMITA Masahiro
2014-12-17
Revert "FIX: IO#read create a large number of objects."
Tomoyuki Sahara
2014-12-17
FIX: IO#read create a large number of objects.
TOMITA Masahiro
2014-11-25
IO.sysopen does retry. closes #26.
Tomoyuki Sahara
2014-11-16
Implement FileTest.size
ksss
2014-06-19
IO#read(0) should return "" immediately. fixes iij/mruby-socket#13.
Tomoyuki Sahara
2014-04-21
IO.for_fd can be written in Ruby.
Tomoyuki Sahara
2014-04-21
IO#flush should raise an exception if it is closed.
Tomoyuki Sahara
2014-04-17
return value of syswrite may be less than length of given string.
Tomoyuki Sahara
2014-03-14
remove unsed.
Tomoyuki Sahara
2014-03-07
Fixed bug in File.expand_path() on Windows (forever recursive loop)
Paolo Bosetti
2014-03-04
Added File.foreach method.
Paolo Bosetti
2014-02-25
add IO.read
Tomoyuki Sahara
2014-02-12
add dummy IO#flush for better compatibility with CRuby.
Tomoyuki Sahara
2014-02-10
remove _bless trick. closes #8.
Tomoyuki Sahara
2013-12-13
Catch Errno::ENFILE too.
Tomoyuki Sahara
2013-11-16
Try GC when Too many open files (revert a part of 1e8097a).
Tomoyuki Sahara
2013-11-16
IO.sysopen raises an exception when open(2) fails. closes #6.
Tomoyuki Sahara
2013-08-30
use array parameter on IO.open.
Tomoyuki Sahara
2013-08-30
STDERR's file descriptor is 2.
Tomoyuki Sahara
2013-08-23
add `cmd` (command output expression).
Tomoyuki Sahara
2013-06-02
fix IO#eof? method (consider the read buffer)
Akira Yumiyama
2013-05-08
add $stdin $stdout $stderr STDIN STDOUT STDERR
Akira Yumiyama
2013-05-08
add IO#print
Akira Yumiyama
2013-04-07
add File.expand_path
Akira Yumiyama
2013-04-02
Kernel#open block support
Akira Yumiyama
2013-04-02
add Kernel#open
Akira Yumiyama
2013-04-01
initial commit
Akira Yumiyama