summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2016-09-30eof? should raise an IOError if it is not opened for reading.Tomoyuki Sahara
2014-07-29add IO#sync and IO#sync=Tomoyuki Sahara
2014-04-18IO#syswrite should raise an error if it's not opened for writing.Tomoyuki Sahara
2014-04-17remove standard header files from io.h.Tomoyuki Sahara
2014-04-17function declarations should be in a header file.Tomoyuki Sahara
2014-04-17remove unused constants.Tomoyuki Sahara
2014-04-17"struct mrb_io_type" is not used at all.Tomoyuki Sahara
2013-12-10Made compatible with VisualStudioPaolo Bosetti
2013-12-02Fix for compilation under Win/MinGWPaolo Bosetti
2013-05-02rename mrb_class_obj_get -> mrb_class_getAkira Yumiyama
2013-04-01initial commitAkira Yumiyama