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
Age
Commit message (
Expand
)
Author
2014-06-19
IO#read(0) should return "" immediately. fixes iij/mruby-socket#13.
Tomoyuki Sahara
2014-06-10
fd2 is valid if fd2 >= 0. fixes #18.
Tomoyuki Sahara
2014-05-09
Merge pull request #20 from windwiny/patch-1
Tomoyuki Sahara
2014-05-07
compatible 32 bit windows
windwiny
2014-04-29
Merge pull request #19 from schmurfy/solaris_flock
Tomoyuki Sahara
2014-04-28
raise an error for flock on solaris
Julien Ammous
2014-04-21
fix mrb_raisef usage.
Tomoyuki Sahara
2014-04-21
IO.for_fd can be written in Ruby.
Tomoyuki Sahara
2014-04-21
more tests.
Tomoyuki Sahara
2014-04-21
IO#flush should raise an exception if it is closed.
Tomoyuki Sahara
2014-04-21
remove return statements after mrb_raise().
Tomoyuki Sahara
2014-04-18
remove io_open().
Tomoyuki Sahara
2014-04-18
IO#syswrite should raise an error if it's not opened for writing.
Tomoyuki Sahara
2014-04-17
remove standard header files from io.h.
Tomoyuki Sahara
2014-04-17
file.c depends on mruby/ext/io.h now.
Tomoyuki Sahara
2014-04-17
function declarations should be in a header file.
Tomoyuki Sahara
2014-04-17
remove unused constants.
Tomoyuki Sahara
2014-04-17
"struct mrb_io_type" is not used at all.
Tomoyuki Sahara
2014-04-17
file.c does not depend on mruby/ext/io.h.
Tomoyuki Sahara
2014-04-17
io.write("") -> 0
Tomoyuki Sahara
2014-04-17
return value of syswrite may be less than length of given string.
Tomoyuki Sahara
2014-04-11
Merge pull request #16 from schmurfy/solaris
Tomoyuki Sahara
2014-04-10
solaris does not have flock
Julien Ammous
2014-04-05
Merge pull request #15 from monami-ya-mrb/pr-add-error-check-in-test
Tomoyuki Sahara
2014-04-05
Don't ignore the return value of symlink().
Masaki Muranaka
2014-04-04
Update .travis.yml
Akira Yumiyama
2014-04-04
Create .travis.yml
Akira Yumiyama
2014-03-26
nonexistent test fixes (for travis-ci)
Akira Yumiyama
2014-03-26
IO.close should be IO._sysclose. closes #13.
Tomoyuki Sahara
2014-03-14
remove unsed.
Tomoyuki Sahara
2014-03-14
Merge pull request #11 from pbosetti/master
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-03-03
Merge branch 'master' of https://github.com/iij/mruby-io into test
Paolo Bosetti
2014-02-25
quiet compiler.
Tomoyuki Sahara
2014-02-25
remove unused.
Tomoyuki Sahara
2014-02-25
Merge branch 'master' of github.com:iij/mruby-io
Tomoyuki Sahara
2014-02-25
add IO.read
Tomoyuki Sahara
2014-02-22
compatibility support (mruby/mruby, iij/mruby and 1.0.0)
Akira Yumiyama
2014-02-14
support older version.
Tomoyuki Sahara
2014-02-12
add dummy IO#flush for better compatibility with CRuby.
Tomoyuki Sahara
2014-02-12
Merge pull request #9 from matsumoto-r/support_mrb_get_module
Tomoyuki Sahara
2014-02-11
Updated mrb_include_module call after mruby 1.0.0
Paolo Bosetti
2014-02-10
remove _bless trick. closes #8.
Tomoyuki Sahara
2014-02-08
Support mrb_module_ge
MATSUMOTO Ryosuke
2014-02-03
move license terms to the bottom.
Tomoyuki Sahara
2014-01-13
Now the drive letter is returned as leading path element by File#dirname on ...
Paolo Bosetti
2014-01-07
Merge branch 'master' of https://github.com/iij/mruby-io
Paolo Bosetti
2013-12-13
Catch Errno::ENFILE too.
Tomoyuki Sahara
2013-12-10
Made compatible with VisualStudio
Paolo Bosetti
[next]