Commit Graph

44 Commits

Author SHA1 Message Date
Tomoyuki Sahara b64c701c64 Merge pull request #11 from takahashim/fix-win-test
fix test for windows
2015-12-03 16:45:25 +09:00
takahashim 71f21845ca fix test for windows
* _mkdir() has only one argument
* use mktemp && mkdir instead of mkdtemp
* use _getcwd instead of P_tmpdir (sandbox is on current dir)
* test for Dir#tell and Dir#seek: skip when NotImplementedError
2015-12-03 15:48:37 +09:00
Tomoyuki Sahara 66c6f8b9d1 Merge pull request #10 from takahashim/notimplemented
use NotImplementedError instead of RuntimeError for Win
2015-12-03 15:32:13 +09:00
takahashim 6140cb158d use NotImplementedError instead of RuntimeError for Win 2015-12-03 15:25:12 +09:00
Tomoyuki Sahara d98ecabd90 Merge pull request #9 from takahashim/enable_test
add conf.enable_test into build_config.rb
2015-12-03 09:51:36 +09:00
takahashim 3501af9ba2 add conf.enable_test into build_config.rb 2015-12-03 00:10:19 +09:00
Tomoyuki Sahara 49f6fa51d9 Merge pull request #8 from joans321/master
disable dir_seek and dir_tell on android platform
2015-08-13 20:19:58 +09:00
xuejianqing 6e30353dfd disable dir_seek and dir_tell on android platform 2015-08-13 17:33:45 +08:00
Tomoyuki Sahara 444abbe5f9 Merge pull request #7 from furunkel/master
Use _WIN32 and _WIN64 to detect Windows instead of RUBY_PLATFORM
2015-06-02 09:27:33 +09:00
furunkel 9eec22cda1 Add missing declarations 2015-06-01 21:16:25 +02:00
furunkel 5542f7b0fc Use _WIN32 and _WIN64 to detect Windows instead of RUBY_PLATFORM 2015-06-01 21:06:59 +02:00
Tomoyuki Sahara 6cc24d0793 add tests for #tell and #seek. 2014-06-20 15:25:10 +09:00
Tomoyuki Sahara 193c82174f P_tmpdir does not have trailing / on Linux. 2014-06-17 11:47:16 +09:00
Tomoyuki Sahara 14e325348b copy-and-paste bug... 2014-06-17 11:37:57 +09:00
Tomoyuki Sahara 0d378be34e tests and documentation. 2014-06-17 11:33:10 +09:00
Tomoyuki Sahara 546d923e67 Merge pull request #5 from windwiny/patch-1
compatible 32 bit windows
2014-05-09 01:56:46 +09:00
windwiny 627282a5f6 compatible 32 bit windows 2014-05-07 20:43:12 +08:00
Akira Yumiyama 2a0423c11d Update .travis.yml 2014-04-04 11:30:38 +09:00
Akira Yumiyama a252681f39 Create .travis.yml 2014-04-04 11:24:07 +09:00
Tomoyuki Sahara 4800836dd4 On Windows platforms, users must agree on addional license. 2014-03-14 10:06:14 +09:00
Tomoyuki Sahara dc17037349 Merge pull request #3 from pbosetti/master
Can Build with VisualStudio
2014-03-14 09:45:44 +09:00
Paolo Bosetti 9768535582 Made compatible with VisualStudio 2013-12-10 14:33:36 +01:00
Paolo Bosetti d7e880d9b9 Fix for compilation under Win/MinGW 2013-12-02 12:15:21 +01:00
Akira Yumiyama a036be21bc fix chdir (pass the current directory) 2013-11-16 14:37:21 +09:00
Akira Yumiyama 12dce91db8 support Dir.chdir with block 2013-11-16 14:28:40 +09:00
Akira Yumiyama 797c1cc178 Merge pull request #2 from syuu1228/chdir
add Dir.chdir
2013-11-15 20:50:01 -08:00
Takuya ASADA 0380865a55 add chdir 2013-11-14 03:08:43 -08:00
Tomoyuki Sahara 09ea0586ee catch up with DATA API changes. 2013-08-20 17:27:10 +09:00
Akira Yumiyama ee4fef5127 update run_test.rb 2013-05-02 23:38:50 +09:00
Akira Yumiyama 57296298e9 put MRB_ prefix before ARGS_XXX macros 2013-04-27 09:46:11 +09:00
Akira Yumiyama 104b69d943 rename mrb_str_new2 -> mrb_str_new_cstr 2013-03-13 22:28:06 +09:00
Akira Yumiyama 5e296b24f3 remove Makefile 2013-03-06 12:59:19 +09:00
Akira Yumiyama 221296cb55 update README.md 2013-03-06 12:59:03 +09:00
Akira Yumiyama 1cde1f24ce fix with mruby/mruby support. 2013-03-06 12:51:04 +09:00
Akira Yumiyama f22a72e754 update README.md 2013-01-30 17:02:54 +09:00
Akira Yumiyama 04d51d9719 add mrbgem test runner 2013-01-30 15:11:53 +09:00
Akira Yumiyama ae5671369e update mrbgem.rake 2013-01-30 15:11:15 +09:00
Akira Yumiyama 6b7e81f75b update mrbgem.rake 2013-01-24 10:18:13 +09:00
Akira Yumiyama 2f486fbccb add mrb_mruby_dir_gem_final 2013-01-24 10:18:05 +09:00
Akira Yumiyama 2e2225e2d3 add mrbgem.rake 2013-01-04 00:19:04 +09:00
Tomoyuki Sahara 92ad6dc8c3 should not ignore Makefile... 2012-12-25 13:44:22 +09:00
Tomoyuki Sahara f210dd553e requires iij/mruby. 2012-12-25 13:34:52 +09:00
Tomoyuki Sahara 7a593bf2d4 Dir class for mruby (from iij/mruby) 2012-12-25 13:32:29 +09:00
Tomoyuki Sahara ca525d5482 Initial commit 2012-12-24 20:11:55 -08:00