Rev. | Time | Author |
---|---|---|
87564dc | 2015-09-02 22:56:27 | Zachary Scott |
Make travis happy |
||
74696ff | 2015-09-02 22:29:01 | Yukihiro "Matz" Matsumoto |
Float << and >> should be more compatible to Fixnum |
||
6ddd79f | 2015-09-02 21:46:51 | Yukihiro "Matz" Matsumoto |
ensure must not be called before rescue; fix #2933 |
||
a8c5df2 | 2015-09-02 15:11:17 | Yukihiro "Matz" Matsumoto |
Merge pull request #2934 from zzak/master |
||
6b32fa6 | 2015-09-02 15:10:51 | Yukihiro "Matz" Matsumoto |
Merge pull request #2932 from jbreeden/cpp11_compatibility_fix |
||
14f0e4a | 2015-09-02 15:09:50 | Yukihiro "Matz" Matsumoto |
update string.h.md; ref #2931 |
||
7ce5b21 | 2015-09-02 15:08:06 | Yukihiro "Matz" Matsumoto |
Merge pull request #2931 from Mav7/master |
||
c0ff5b4 | 2015-09-02 12:43:36 | Zachary Scott |
Typo in mruby-bin-debugger/mrbgem.rake |
||
5ed13da | 2015-09-02 10:12:53 | jbreeden |
C++ 11 requires a space between literal and identifiers |
||
80598f4 | 2015-09-02 09:54:27 | Zachary Scott |
mruby-test should be opt-in |
||
63d2d19 | 2015-09-02 06:45:53 | Seba Gamboa |
Expose MRuby source as a gem |
||
8ad8c54 | 2015-09-02 02:50:27 | Ralph Desir |
Update string.h.md |
||
64d7dec | 2015-09-01 15:01:03 | Yukihiro "Matz" Matsumoto |
Merge pull request #2930 from suzukaze/version2 |
||
e9b4cb1 | 2015-09-01 13:55:08 | Jun Hiroe |
Add a global const variable MRUBY_RELEASE_NO |
||
a2385c0 | 2015-09-01 13:54:52 | Jun Hiroe |
Refactor version.h macros |
||
87f1281 | 2015-09-01 12:45:23 | Yukihiro "Matz" Matsumoto |
Merge pull request #2929 from Mav7/master |
||
9257ee6 | 2015-09-01 12:41:07 | Yukihiro "Matz" Matsumoto |
Merge pull request #2927 from hone/bintest_subfolders |
||
d78d001 | 2015-09-01 12:16:45 | Ralph Desir |
Update string.h.md |
||
b432f12 | 2015-09-01 07:54:42 | Terence Lee |
run bintests within subfolders of bintest/ |
||
00dd2df | 2015-09-01 03:11:17 | Ralph Desir |
Update string.h.md |
||
a2f6152 | 2015-08-31 12:55:55 | Ralph Desir |
Update string.h.md |
||
0f2b364 | 2015-08-31 09:20:45 | Ralph Desir(Mav7) |
Added string markdown. |
||
43b9312 | 2015-08-27 21:55:45 | Yukihiro "Matz" Matsumoto |
Merge pull request #2925 from suzukaze/test-string-freeze |
||
69e835c | 2015-08-27 21:44:56 | Jun Hiroe |
Add String#freeze test |
||
1a45447 | 2015-08-27 17:54:30 | Yukihiro "Matz" Matsumoto |
add String#freeze to the core |
||
133d57c | 2015-08-22 23:21:52 | Zachary Scott |
Add mruby-test build config and update :test task to use mrbgem binary |
||
c7d0f8e | 2015-08-22 23:20:15 | Zachary Scott |
Refactor test/mrbtest.rake and tasks/mrbgems_test.rake into mrbgem.rake |
||
383a7d2 | 2015-08-22 23:18:12 | Zachary Scott |
Move test source code and rake task to mrbgem |
||
87e1167 | 2015-08-22 21:20:36 | Yukihiro "Matz" Matsumoto |
Merge pull request #2923 from yasuyuki/nil |
||
fd2f2f2 | 2015-08-22 21:19:34 | Yukihiro "Matz" Matsumoto |
Merge pull request #2922 from gkta/refactor-mrubygem-code |