| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-05 | Revert 7b5f8b0 except removing trailing spaces | Jun Hiroe | |
| 2015-09-04 | Allow rbfiles in mrblib and test to have subdirs | Zachary Scott | |
| 2015-09-04 | Merge pull request #2941 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Added range.h.md and edited re.h.md and version.h.md | |||
| 2015-09-04 | Merge branch 'module-prepend' of https://github.com/polyfox/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| polyfox-module-prepend | |||
| 2015-09-03 | Update range.h.md | Ralph Desir | |
| 2015-09-03 | Cleaned up the version.h markdown. | Ralph Desir | |
| 2015-09-03 | Cleaned up the re.h markdown. | Ralph Desir | |
| 2015-09-03 | Added range markdown. | Ralph Desir(Mav7) | |
| 2015-09-03 | Add other version.h constants | Seba Gamboa | |
| 2015-09-03 | Merge pull request #2940 from zzak/build_mrbtest | Yukihiro "Matz" Matsumoto | |
| Add build_mrbtest after config block is evaluated | |||
| 2015-09-03 | Add build_mrbtest after config block is evaluated | Zachary Scott | |
| This allows us to add `enable_test` anywhere in a build target, without having to worry about the order in which they are included. Previously, there was a bug that occured when adding 'mruby-test' gem to dependencies before additional gems. Instead of adding the 'mruby-test' gem dependency manually to a test build, we now only need to call `enable_test` in the target. This also allows us to call `test_enabled?` downstream when running mruby tests ourselves. /cc #2924 | |||
| 2015-09-03 | Merge pull request #2938 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Added version.h.md and re.h.md | |||
| 2015-09-02 | Added reg.h markdown. | Ralph Desir | |
| 2015-09-02 | Added regular expression header markdown. | Ralph Desir(Mav7) | |
| 2015-09-02 | Created version.h markdown. | Ralph Desir | |
| 2015-09-02 | doc/api/mruby/version.h.md | Ralph Desir(Mav7) | |
| 2015-09-03 | clear DUMP_ENDIAN flags before setting | Yukihiro "Matz" Matsumoto | |
| 2015-09-03 | remove trailing spaces from bc9c47d5 | Yukihiro "Matz" Matsumoto | |
| 2015-09-03 | Merge pull request #2924 from zzak/mruby-test | Yukihiro "Matz" Matsumoto | |
| Extract mrbtest to binary gem | |||
| 2015-09-03 | unsigned long may be smaller than mrb_int; use uint64_t instead; fix #2935 | Yukihiro "Matz" Matsumoto | |
| 2015-09-02 | Integer << and >> to use Float instead of raising RangeError | Yukihiro "Matz" Matsumoto | |
| 2015-09-02 | Make travis happy | Zachary Scott | |
| We have do this because mruby's test files are found using MRUBY_ROOT, like this: mrbs = Dir.glob("#{MRUBY_ROOT}/test/t/*.rb") | |||
| 2015-09-02 | Float << and >> should be more compatible to Fixnum | Yukihiro "Matz" Matsumoto | |
| 2015-09-02 | ensure must not be called before rescue; fix #2933 | Yukihiro "Matz" Matsumoto | |
| 2015-09-02 | Merge pull request #2934 from zzak/master | Yukihiro "Matz" Matsumoto | |
| Typo in mruby-bin-debugger/mrbgem.rake | |||
| 2015-09-02 | Merge pull request #2932 from jbreeden/cpp11_compatibility_fix | Yukihiro "Matz" Matsumoto | |
| C++11 Build Error: C++11 requires a space between literal and identifiers | |||
| 2015-09-02 | update string.h.md; ref #2931 | Yukihiro "Matz" Matsumoto | |
| 2015-09-02 | Merge pull request #2931 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| Updated string.h.md | |||
| 2015-09-01 | Typo in mruby-bin-debugger/mrbgem.rake | Zachary Scott | |
| 2015-09-01 | C++ 11 requires a space between literal and identifiers | jbreeden | |
| 2015-09-01 | mruby-test should be opt-in | Zachary Scott | |
| 2015-09-01 | Expose MRuby source as a gem | Seba Gamboa | |
| 2015-09-01 | Update string.h.md | Ralph Desir | |
| 2015-09-01 | Merge pull request #2930 from suzukaze/version2 | Yukihiro "Matz" Matsumoto | |
| Refactor version macros, and add a global const variable | |||
| 2015-09-01 | Add a global const variable MRUBY_RELEASE_NO | Jun Hiroe | |
| 2015-09-01 | Refactor version.h macros | Jun Hiroe | |
| 2015-09-01 | Merge pull request #2929 from Mav7/master | Yukihiro "Matz" Matsumoto | |
| C string.h API documentation. | |||
| 2015-09-01 | Merge pull request #2927 from hone/bintest_subfolders | Yukihiro "Matz" Matsumoto | |
| run bintests within subfolders of bintest/ | |||
| 2015-08-31 | Update string.h.md | Ralph Desir | |
| 2015-08-31 | run bintests within subfolders of bintest/ | Terence Lee | |
| 2015-08-31 | Update string.h.md | Ralph Desir | |
| 2015-08-30 | Update string.h.md | Ralph Desir | |
| 2015-08-30 | Added string markdown. | Ralph Desir(Mav7) | |
| 2015-08-27 | Merge pull request #2925 from suzukaze/test-string-freeze | Yukihiro "Matz" Matsumoto | |
| Add String#freeze test | |||
| 2015-08-27 | Add String#freeze test | Jun Hiroe | |
| 2015-08-27 | add String#freeze to the core | Yukihiro "Matz" Matsumoto | |
| 2015-08-27 | variables are not used on the platforms lack FD_CLOEXEC. | Tomoyuki Sahara | |
| 2015-08-26 | Merge pull request #30 from ksss/cloexec | Tomoyuki Sahara | |
| Opened fd should be set FD_CLOEXEC by default | |||
| 2015-08-22 | Add mruby-test build config and update :test task to use mrbgem binary | Zachary Scott | |
| Removed old mrbgems_test.rake which was merged into mrbgem spec | |||
| 2015-08-22 | Refactor test/mrbtest.rake and tasks/mrbgems_test.rake into mrbgem.rake | Zachary Scott | |
