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-12-04
IO.popen fd set close_on_exec flag by default
ksss
2014-12-04
Opened fd should be set FD_CLOEXEC by default
ksss
2014-11-25
IO.sysopen does retry. closes #26.
Tomoyuki Sahara
2014-11-25
Merge pull request #29 from sdottaka/fix-for-msvc
Tomoyuki Sahara
2014-11-22
Fix broken build for Visual C++
sdottaka
2014-11-18
Merge pull request #28 from ksss/file-size
Tomoyuki Sahara
2014-11-16
Implement FileTest.size
ksss
2014-11-13
Merge pull request #25 from matz/gc_on_enfile
Tomoyuki Sahara
2014-11-13
garbage collect when open(2) fails with ENFILE or EMFILE
Yukihiro "Matz" Matsumoto
2014-08-08
Merge pull request #23 from jbreeden/master
Tomoyuki Sahara
2014-08-05
update implemented methods table
Akito Mochizuki
2014-08-03
Correcting E_NOTIMP_ERROR reference
jbreeden
2014-07-29
add IO#sync and IO#sync=
Tomoyuki Sahara
2014-07-22
remove extra ';'.
Tomoyuki Sahara
2014-07-22
Merge pull request #22 from take-cheeze/fix_arg
Tomoyuki Sahara
2014-07-19
Fix type of argument passed to mrb_get_args.
take_cheeze
2014-07-09
refactor.
Tomoyuki Sahara
2014-07-09
Merge pull request #21 from dreamedge/add_close_on_exec
Tomoyuki Sahara
2014-07-09
delete debug messages
dreamedge
2014-07-08
Add IO#close_on_exec=
dreamedge
2014-07-07
add IO.close_on_exec?
dreamedge
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
[next]