| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-08 | Fix for windows(mingw) | takahashim | |
| * File.expand_path: support drive letter and ALT_SEPARATOR * File.dirname: support ALT_SEPARATOR * File.basename: ditto. * IO.popen: raise NotImplementedError * IO.pipe: ditto. * `cmd`: ditto. * File#flock: ditto. * FileTest.pipe?: ditto. * FileTest.symlink?: ditto. * FileTest.socket?: ditto. | |||
| 2015-12-04 | fix file separator | takahashim | |
| * File::SEPARATOR should be "/" * File::ALT_SEPARATOR should be "\\" or nil. | |||
| 2015-11-24 | symlink(2) returns -1 when it fails. | Tomoyuki Sahara | |
| 2015-11-24 | arguments can be shared strings. | Tomoyuki Sahara | |
| 2015-11-22 | add File.symlink | takahashim | |
| 2015-08-20 | Made FILE_SEPERATOR platform dependent | Joe Kutner | |
| 2015-08-02 | define PATH_SEPARATOR | Terence Lee | |
| 2015-04-17 | Removing redundant platform check | Jared Breeden | |
| 2015-04-17 | Correct File::NULL for Windows | Jared Breeden | |
| 2014-11-22 | Fix broken build for Visual C++ | sdottaka | |
| 2014-11-16 | Implement FileTest.size | ksss | |
| - File.size delegate to FileTest.size - File.size more faster by reading i-node value | |||
| 2014-07-22 | remove extra ';'. | Tomoyuki Sahara | |
| 2014-07-19 | Fix type of argument passed to mrb_get_args. | take_cheeze | |
| 2014-05-07 | compatible 32 bit windows | windwiny | |
| 2014-04-28 | raise an error for flock on solaris | Julien Ammous | |
| 2014-04-21 | fix mrb_raisef usage. | 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 | file.c does not depend on mruby/ext/io.h. | Tomoyuki Sahara | |
| 2014-04-10 | solaris does not have flock | Julien Ammous | |
| 2014-03-03 | Merge branch 'master' of https://github.com/iij/mruby-io into test | Paolo Bosetti | |
| Conflicts: src/io.c | |||
| 2014-02-22 | compatibility support (mruby/mruby, iij/mruby and 1.0.0) | Akira Yumiyama | |
| - refs https://github.com/mruby/mruby/commit/36e234aa377d50d8ee425c7868e0651cf78e85cf | |||
| 2014-01-13 | Now the drive letter is returned as leading path element by File#dirname on ↵ | Paolo Bosetti | |
| Windows | |||
| 2013-12-10 | Made compatible with VisualStudio | Paolo Bosetti | |
| 2013-12-02 | Fix for compilation under Win/MinGW | Paolo Bosetti | |
| 2013-10-03 | fix RSTRING_PTR usage. | Tomoyuki Sahara | |
| 2013-09-30 | add File#flock. | Tomoyuki Sahara | |
| 2013-09-26 | suppress a warning and fix a possible segv. | Tomoyuki Sahara | |
| 2013-05-12 | bufix of mrb_file__gethome() | Akira Yumiyama | |
| 2013-05-12 | add return value check of fseek | Akira Yumiyama | |
| 2013-05-12 | add null check | Akira Yumiyama | |
| 2013-05-12 | Use strncpy instead of strcpy. | Akira Yumiyama | |
| 2013-05-02 | rename mrb_class_obj_get -> mrb_class_get | Akira Yumiyama | |
| 2013-04-27 | put MRB_ prefix before ARGS_XXX macros | Akira Yumiyama | |
| 2013-04-01 | initial commit | Akira Yumiyama | |
