• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

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

mrubyを超漢字で動作させる


RSS
Rev. Time Author
3d034f5 2012-04-20 22:10:46 Frank Celler

assign will break under C++ even when included with extern C

673b335 2012-04-20 22:03:54 Goro Kikuchi

Merge pull request #14 from sanrodari/patch-1

Typo

f8de58a 2012-04-20 21:53:51 Santiago Rodriguez

Typo

7907780 2012-04-20 21:13:51 Hidetaka Takano

Update: adding ISO Standard link and etc.

193281d 2012-04-20 19:19:27 Yukihiro "Matz" Matsumoto

Merge pull request #12 from mattetti/master

Updated the English README to fix some minor grammatical and spelling mistakes

754ab1b 2012-04-20 19:16:22 Matt Aimonetti

updated the English README to fix some minor grammatical and spelling mistakes

3567886 2012-04-20 18:54:54 Yukihiro Matsumoto

should not free mrb stack; a bug found&fixed by @miura1729

1af5ac0 2012-04-20 18:19:17 Hidetaka Takano

Update README.ja.md

34e10fa 2012-04-20 18:16:21 Hidetaka Takano

Add: README.ja markdown version.

210fcdc 2012-04-20 18:04:11 snaba

fixed the compile error when it comments out the definition of INCLUDE_ENCODING and INCLUDE_REGEXP in mrbconf.h.

7fd85e1 2012-04-20 17:59:12 Hidetaka Takano

Update README.md

62e2871 2012-04-20 17:51:04 Hidetaka Takano

Update README.md

9454ff8 2012-04-20 17:50:33 Hidetaka Takano

Del: notation

0631d18 2012-04-20 17:47:28 Hidetaka Takano

Update README.md

dbb4790 2012-04-20 17:46:08 Hidetaka Takano

add: markdown README

34e376e 2012-04-20 17:18:37 Yukihiro Matsumoto

Merge branch 'master' of github.com:mruby/mruby

d114422 2012-04-20 17:18:30 Yukihiro Matsumoto

move src/mdata.h to include/mruby/data.h

43683ec 2012-04-20 17:03:43 mimaki

add file header in mruby.h

4be3ca5 2012-04-20 16:57:43 mimaki

Merge branch 'master' of github.com:mruby/mruby

d67cd99 2012-04-20 16:56:13 mimaki

typo fixed in irep.h

dc2c98a 2012-04-20 16:55:56 Hidetaka Takano

mod: mRuby -> mruby

b2cf6e7 2012-04-20 16:55:06 Yukihiro "Matz" Matsumoto

Merge pull request #8 from unak/c-spec

Please respect the specification of C

7b1bfa6 2012-04-20 16:52:39 Yukihiro "Matz" Matsumoto

Merge pull request #5 from mame/fix-percent-notation

make %(foo) work

ce195a4 2012-04-20 16:47:19 Yukihiro "Matz" Matsumoto

Merge pull request #2 from fceller/master

Fix for Linux

cb0badf 2012-04-20 16:37:00 Hidetaka Takano

Update README.ja

2c02bc2 2012-04-20 16:34:51 Hidetaka Takano

Update README

0395e2d 2012-04-20 16:33:12 Hidetaka Takano

Update README

7216c24 2012-04-20 16:04:33 Hidetaka Takano

Update MITL.ja

b9f079a 2012-04-20 15:47:28 Hidetaka Takano

Merge pull request #7 from rystyle/master

Text corrections.

c999e47 2012-04-20 15:42:05 NAKAMURA Usaku

the type of return values of tr->func_ii() and tr->func_si() is already mrb_value, so no need to cast.