Rev. | 时间 | 作者 |
---|---|---|
8256d77 | 2015-09-10 22:50:01 | Kazuho Oku |
avoid unnecessary string duplications by checking the frozen flag |
||
44eb149 | 2015-09-10 22:24:10 | Kazuho Oku |
freeze the hash key (fixes #2945) |
||
803f11e | 2015-09-10 01:33:42 | Seba Gamboa |
Add test dependencies |
||
1c8576d | 2015-09-08 03:37:55 | Seba Gamboa |
Change to Proc.new to make Ruby 1.9 Happy |
||
9d0c49f | 2015-09-07 00:57:31 | Seba Gamboa |
Switch gem API to constants only |
||
1cbbb7e | 2015-09-05 02:04:20 | Yukihiro "Matz" Matsumoto |
Merge branch 'polyfox-module-prepend' |
||
2550edd | 2015-09-05 02:01:02 | Yukihiro "Matz" Matsumoto |
remove `origin` member to implement prepend from struct RClass; ref #2885 |
||
2f1a031 | 2015-09-05 01:06:12 | Yukihiro "Matz" Matsumoto |
Merge pull request #2943 from zzak/subdirs |
||
47795d0 | 2015-09-05 01:05:20 | Yukihiro "Matz" Matsumoto |
Merge pull request #2942 from suzukaze/revert |
||
6ced9c3 | 2015-09-05 00:08:12 | Jun Hiroe |
Revert 7b5f8b0 except removing trailing spaces |
||
c6860bc | 2015-09-05 00:01:50 | Zachary Scott |
Allow rbfiles in mrblib and test to have subdirs |
||
fb3883e | 2015-09-04 17:00:58 | Yukihiro "Matz" Matsumoto |
Merge pull request #2941 from Mav7/master |
||
8bb7962 | 2015-09-04 04:01:49 | Yukihiro "Matz" Matsumoto |
Merge branch 'module-prepend' of https://github.com/polyfox/mruby into polyfox-module-prepend |
||
743432d | 2015-09-04 03:52:21 | Ralph Desir |
Update range.h.md |
||
8a09515 | 2015-09-04 03:20:16 | Ralph Desir |
Cleaned up the version.h markdown. |
||
e1beb50 | 2015-09-04 03:19:02 | Ralph Desir |
Cleaned up the re.h markdown. |
||
93aaa06 | 2015-09-04 03:16:57 | Ralph Desir(Mav7) |
Added range markdown. |
||
230db2c | 2015-09-03 23:13:27 | Seba Gamboa |
Add other version.h constants |
||
7967c76 | 2015-09-03 14:34:48 | Yukihiro "Matz" Matsumoto |
Merge pull request #2940 from zzak/build_mrbtest |
||
bacb826 | 2015-09-03 14:02:53 | Zachary Scott |
Add build_mrbtest after config block is evaluated |
||
402890d | 2015-09-03 13:01:01 | Yukihiro "Matz" Matsumoto |
Merge pull request #2938 from Mav7/master |
||
79aa086 | 2015-09-03 07:57:00 | Ralph Desir |
Added reg.h markdown. |
||
1bd5c48 | 2015-09-03 07:52:16 | Ralph Desir(Mav7) |
Added regular expression header markdown. |
||
6beae5e | 2015-09-03 07:45:03 | Ralph Desir |
Created version.h markdown. |
||
da0dc69 | 2015-09-03 07:19:53 | Ralph Desir(Mav7) |
doc/api/mruby/version.h.md |
||
cc0b283 | 2015-09-03 01:46:35 | Yukihiro "Matz" Matsumoto |
clear DUMP_ENDIAN flags before setting |
||
7b5f8b0 | 2015-09-03 01:39:17 | Yukihiro "Matz" Matsumoto |
remove trailing spaces from bc9c47d5 |
||
c6aa87c | 2015-09-03 00:43:21 | Yukihiro "Matz" Matsumoto |
Merge pull request #2924 from zzak/mruby-test |
||
e35c3af | 2015-09-03 00:14:37 | Yukihiro "Matz" Matsumoto |
unsigned long may be smaller than mrb_int; use uint64_t instead; fix #2935 |
||
3a462fe | 2015-09-02 23:41:51 | Yukihiro "Matz" Matsumoto |
Integer << and >> to use Float instead of raising RangeError |