• R/O
  • HTTP
  • SSH
  • HTTPS

提交列表

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


RSS
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

instead origin is saved in ICLASS with MRB_FLAG_IS_ORIGIN set.

2f1a031 2015-09-05 01:06:12 Yukihiro "Matz" Matsumoto

Merge pull request #2943 from zzak/subdirs

Allow rbfiles in mrblib and test to have subdirs

47795d0 2015-09-05 01:05:20 Yukihiro "Matz" Matsumoto

Merge pull request #2942 from suzukaze/revert

Revert 7b5f8b0 except removing trailing spaces

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

Added range.h.md and edited re.h.md and version.h.md

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

Add build_mrbtest after config block is evaluated

bacb826 2015-09-03 14:02:53 Zachary Scott

Add build_mrbtest after config block is evaluated

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

402890d 2015-09-03 13:01:01 Yukihiro "Matz" Matsumoto

Merge pull request #2938 from Mav7/master

Added version.h.md and re.h.md

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

Extract mrbtest to binary gem

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